Next | Prev | Up | Top | Contents | Index

Unload

A module can be unloaded only if it provides an "unload" entry point, described in "Module Entry Points." A module can be unloaded using the following lboot command:

% lboot -U <id>

A module can also be unloaded using the following ml command:

% ml unld id [id id ...]


Next | Prev | Up | Top | Contents | Index